home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / util / misc / extrainf.rea < prev    next >
Text File  |  1995-08-17  |  6KB  |  180 lines

  1. Short:    Deluxe Replacement for WB2+ Info, V1.3
  2. Author:   nick.christie@oucs.ox.ac.uk (Nick Christie)
  3. Uploader: nick.christie@oucs.ox.ac.uk (Nick Christie)
  4. Type:     util/sys
  5.  
  6. ExtraInfo is a replacement for the Workbench "Information" function,
  7. and adds a great deal of functionality on top. I wrote it because I
  8. was sick of squinting at that tiny topaz-8 font in a window without
  9. keyboard shortcuts that is Commodore's original offering. ExtraInfo
  10. takes advantage of AmigaOS3 features, but only requires OS2.
  11.  
  12. ExtraInfo uses the excellent BGUI library by Jan van den Baard to
  13. provide font-sensitive, keyboard-controllable gadgets in a resizeable
  14. window. The library itself is included, but programmers are encouraged
  15. to get the full package from AmiNet in directory dev/gui.
  16.  
  17.  
  18. Version 1.3
  19. -----------
  20.  - FIX: Incorrect memory deallocation was causing guru on exit (WB3).
  21.  
  22.  - FIX: Bug in installer script was putting ExtraWBInfo icon in wrong
  23.         directory.
  24.  
  25.  
  26. Version 1.2
  27. -----------
  28.  
  29.  - NEW: AmigaOS3 WBInfo() support. Now includes ExtraWBInfo, by Simon
  30.    Dick, allowing you to summon ExtraInfo using the Workbench
  31.    "Information" menu item, and within other programs that support
  32.    this interface.
  33.  
  34.  - NEW: NewIcons support. Load, replace and save NewIcons. Displays
  35.    NewIcons correctly remapped for the screen. Can replace a standard
  36.    icon with a NewIcon (but not vice versa).
  37.  
  38.  - NEW: MultiUser filesystem support. Changes file protection bits
  39.    through MultiUser, if available. Displays GroupID and UserID names.
  40.    Checks user's access rights to the current object and enables or
  41.    disables functions as appropriate.
  42.  
  43.  - NEW: Multiple selection of tooltypes for Toggle, Remove, Cut and
  44.    Copy functions.
  45.  
  46.  - NEW: Multiple target files support. Specify multiple files from
  47.    Workbench or Shell and select them using Next/Prev buttons or menu.
  48.  
  49.  - NEW: Image button on icon page, to replace icon image with that of
  50.    either the default icon (as specified by WhatIs or the AmigaOS), or
  51.    one chosen using a file requester.
  52.  
  53.  - NEW: More intelligent tooltypes Toggle function: replaces YES/NO,
  54.    TRUE/FALSE and ON/OFF with the opposite value.
  55.  
  56.  - NEW: Menu item to launch user-configurable, external icon editor.
  57.  
  58.  - NEW: "Save As" menu option to save icon under another name.
  59.  
  60.  - NEW: READICON keyword forces ExtraInfo to get its configuration
  61.    from program icon tooltypes instead of Shell command line.
  62.  
  63.  - NEW: Support for AmigaOS3+ memory pools reduces memory
  64.    fragmentation.
  65.  
  66.  - NEW: CENTRESCREEN keyword to open window in the centre of the
  67.    screen, provided no window definition is saved in ENV:.
  68.  
  69.  - NEW: Checks tooltype length during load and paste, warns before
  70.    truncating.
  71.  
  72.  - NEW: Optional "Discard Changes?" warning.
  73.  
  74.  - NEW: Warns before pasting large clipboard texts.
  75.  
  76.  - NEW: Abbreviations added to shell template.
  77.  
  78.  - NEW: File requesters now retain their last used directory, etc.
  79.  
  80.  - NEW: Now sets protection bits of icon file to same as target except
  81.    for pure, script, execute (always false) and read (always true).
  82.  
  83.  - NEW: German and Italian catalogs.
  84.  
  85.  - CHG: Changed KEEPWINSIZE to SAVEWINSIZE of opposite logic. If
  86.    SAVEWINSIZE is set, window size and position is written to ENV:
  87.    each time ExtraInfo is quit.
  88.  
  89.  - FIX: ASL File requesters now open with a more reasonable height.
  90.  
  91.  - FIX: No longer checks manually for guide when Help is requested.
  92.    This lets you put the guide anywhere in AmigaGuide's path without
  93.    having to set the GUIDENAME tooltype.
  94.  
  95.  - FIX: Finally enables/disables tooltypes paste button correctly.
  96.  
  97.  - FIX: Language keyword had no effect previously.
  98.  
  99.  
  100. Requirements
  101. ------------
  102.  
  103.  o AmigaOS 2.04 / Kickstart V37 or higher.
  104.  
  105.  o bgui.library V38 or higher (included).
  106.  
  107.  
  108. Status
  109. ------
  110.  
  111.  o Freeware.
  112.  
  113.  
  114. Features
  115. --------
  116.  
  117.  o Can be started from Workbench or Shell.
  118.  
  119.  o AmigaOS3 WBInfo() support, using ExtraWBInfo by Simon Dick,
  120.    allowing you to summon ExtraInfo using the Workbench "Information"
  121.    menu item, and within other programs that support this interface.
  122.  
  123.  o Edit tooltypes, with Insert, Toggle, Duplicate and Remove buttons.
  124.    Also arrange their order with Top, Bottom, Up and Down, and
  125.    cut/copy/paste them to/from the clipboard.
  126.  
  127.  o Comprehensive file, volume and icon information display.
  128.  
  129.  o Fully supports the NewIcons system, by Nicola Salmoria.
  130.  
  131.  o Displays file version ID strings and file type (using WhatIs
  132.    library, by Sylvain Rougier and Pierre Carrette, not included).
  133.  
  134.  o Replace icon image by dragging and dropping, or requesting WhatIs/
  135.    AmigaOS default icon, or by choosing an icon with a requester.
  136.  
  137.  o Strip or add bitplanes to icon images - useful for reducing size of
  138.    icon file and eliminating image corruption in faulty icons.
  139.  
  140.  o UnSnapshot icon position and swap pens 1 and 2 (black and white,
  141.    called "ReColor" in IconEdit).
  142.  
  143.  o Menu item to launch user-configurable, external icon editor.
  144.  
  145.  o AppWindow support - drop icons on window to show info for them, to
  146.    replace icon images, to specify default tool, or to quickly insert
  147.    filenames into tooltypes.
  148.  
  149.  o AppIcon option, with user-configurable image and placement.
  150.  
  151.  o Opens on the default public screen, optionally on a named one.
  152.  
  153.  o Font-sensitive gadget layout in resizeable windows using BGUI
  154.    library: uses the screen's default font, with option to override
  155.    and specify font.
  156.  
  157.  o Option to specify tooltypes listview font.
  158.  
  159.  o All gadgets have keyboard shortcuts.
  160.  
  161.  o AmigaGuide documentation, available on-line.
  162.  
  163.  o Installer script included.
  164.  
  165.  o Locale support for presenting all text and messages in the user's
  166.    preferred language, plus option to override and specify language.
  167.  
  168.  
  169. Limitations
  170. -----------
  171.  
  172.  o You cannot replace a NewIcon image with a standard one, or change
  173.    the standard image that is "inside" a NewIcon.
  174.  
  175.  o Depending on the icon size, the window may be too tall to open on
  176.    a 200-line (ie. NTSC) screen.
  177.  
  178.  
  179. $VER: ExtraInfo.readme 1.3 (16.8.95)
  180.